projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d37318
)
(ffap-bindings): Fix the dired-at-point binding.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 30 May 1998 13:27:52 +0000
(13:27 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 30 May 1998 13:27:52 +0000
(13:27 +0000)
lisp/ffap.el
patch
|
blob
|
history
diff --git
a/lisp/ffap.el
b/lisp/ffap.el
index 3ff9d50c28a8da472ac5e99011f1030a641a537c..37a3b608c5b0fc42daf02ad4ccd6a8ee653255ff 100644
(file)
--- a/
lisp/ffap.el
+++ b/
lisp/ffap.el
@@
-1679,7
+1679,7
@@
ffap most of the time."
(global-set-key "\C-x\C-f" 'find-file-at-point)
(global-set-key "\C-x4f" 'ffap-other-window)
(global-set-key "\C-x5f" 'ffap-other-frame)
- (
define-key ctl-x-map "\C-xd"
'dired-at-point)
+ (
global-set-key "\C-xd"
'dired-at-point)
(add-hook 'gnus-summary-mode-hook 'ffap-gnus-hook)
(add-hook 'gnus-article-mode-hook 'ffap-gnus-hook)
(add-hook 'vm-mode-hook 'ffap-ro-mode-hook)